@Regression
@Positive
@Negative
@Boundary
@samp
Feature: Calculator Scenarios
Description: Calculation of numbers using multiple operations
File name: calculator.feature
Relative path: tests/calculator.feature
@Regression
@Positive
Scenario Outline: Calculation of positive numbers using different arithmetic operations
Given
user open the calculator page
When
user enter "3" "-" and "2"
@Regression
@Positive
Scenario Outline: Calculation of positive numbers using different arithmetic operations
Given
user open the calculator page
When
user enter "5" "/" and "4"
@Regression
@Positive
Scenario Outline: Calculation of positive numbers using different arithmetic operations
Given
user open the calculator page
When
user enter "2.5" "+" and "3.8"
@Regression
@Positive
Scenario Outline: Calculation of negative numbers using arithmetic operations
Given
user open the calculator page
When
user enter "-3" "-" and "-2"
@Regression
@Positive
Scenario Outline: Calculation of negative numbers using arithmetic operations
Given
user open the calculator page
When
user enter "-5.25" "/" and "-4.4"
@Regression
@Positive
Scenario Outline: Calculation of negative numbers using arithmetic operations
Given
user open the calculator page
When
user enter "-2" "+" and "-3"
Given
user open the calculator page
When
user enter "4" "/" and "0"
Given
user open the calculator page
When
user enter "4" "/" and "1"
Given
user open the calculator page
When
user enter "4" "/" and "4"
Given
user open the calculator page
When
user enter "4" "/" and "1 C"
Given
user open the calculator page
When
user enter "999999999" "+" and "999999999"
The "expected_output" image is different. Threshold limit exceeded! Expected: 0 Actual: 0.008071648849616486
Given
user open the calculator page
When
user enter "-99999999" "-" and "999999999"
The "expected_output" image is different. Threshold limit exceeded! Expected: 0 Actual: 0.030176249942729143